'Declaration Public Sub Slice( _ ByVal start As Integer, _ Optional ByVal length As Nullable(Of Integer) _ )
public void Slice( int start, Nullable<int> length )
Parameters
- start
- The index in the underlying collection where this collection starts.
- length
- The maximum number of items that will be in this collection. If not specified will continue to the end of the inner collection.